gdk: Change some async clipboard api
authorMatthias Clasen <mclasen@redhat.com>
Tue, 2 Apr 2019 11:37:54 +0000 (11:37 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 2 Apr 2019 15:10:53 +0000 (15:10 +0000)
commit8e4e4401c5064fa7e794a5a68f71df747bdabc47
treefb086e73480b3aabb81133de4fb963e702d24a11
parent5b6031f7e4396a1f72fee5605bf4299ca981b715
gdk: Change some async clipboard api

The pattern we generally follow is to put the
async result right after the source object, in
finish functions. Do this for gdk_clipboard_read_finish.
gdk/gdkclipboard.c
gdk/gdkclipboard.h
gdk/gdkclipboardprivate.h
gdk/wayland/gdkclipboard-wayland.c
gdk/win32/gdkclipboard-win32.c
gdk/x11/gdkclipboard-x11.c